home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / netz / amyboard / xboard-3.3.pl0 / read_me < prev    next >
Text File  |  1995-08-12  |  2KB  |  50 lines

  1.  
  2. What is XBoard?
  3. ===============
  4. XBoard is a graphical chessboard that can serve as a user interface
  5. for GNU Chess, for the Internet Chess Server, or for electronic mail
  6. correspondence chess.  XBoard can also be used by itself.  See the
  7. manual page xboard.man for further details; use the command "nroff
  8. -man xboard.man | more" to read it.
  9.  
  10. Building XBoard
  11. ===============
  12. Quick start:  You can build xboard on most systems with the commands
  13.  
  14.     configure
  15.     make
  16.  
  17. See the file INSTALL for more detailed instructions.
  18.  
  19. See the file FAQ for answers to frequently asked questions.
  20.  
  21. Reporting bugs
  22. ==============
  23.  
  24. Report bugs in XBoard or GNU Chess to <bug-gnu-chess@prep.ai.mit.edu>.
  25. Please use the "script" program to start a typescript, run XBoard with
  26. the -debug option, and include the typescript output in your message.
  27. Also tell us what kind of machine and what operating system version
  28. you are using.  The command "uname -a" will often tell you this.
  29.  
  30. If you improve XBoard, please send a message about your changes to
  31. bug-gnu-chess, and we will get in touch with you about merging them in
  32. to the main line of development.
  33.  
  34. Caveats
  35. =======
  36. XBoard depends on the Xt Intrinsics and Athena Widget Set of X11R4 or
  37. later.  In particular, X11R3 just won't do.
  38.  
  39. XBoard works best with version 4.0 of GNU Chess.  Older versions may
  40. also work, but they are unsupported.  The GNU Chess project requests
  41. that you get a current copy of GNU Chess rather than using older,
  42. bug-ridden versions.  GNU Chess must be compiled with the -DXBOARD
  43. flag for use with XBoard.  Use the "make gnuchessx" target in GNU
  44. Chess 4.0 to do this.
  45.  
  46. The Free Software Foundation would prefer to be able to distribute an
  47. X chessboard program covered only by the GNU General Public License
  48. and unencumbered by any other copyright.  If you can help with this,
  49. please contact the FSF.
  50.